type crypto/hpke.unsupportedCurveKEM
8 uses
crypto/hpke (current package)
kem.go#L161: return unsupportedCurveKEM{}
kem.go#L165: type unsupportedCurveKEM struct{}
kem.go#L167: func (unsupportedCurveKEM) ID() uint16 {
kem.go#L170: func (unsupportedCurveKEM) GenerateKey() (PrivateKey, error) {
kem.go#L173: func (unsupportedCurveKEM) NewPublicKey([]byte) (PublicKey, error) {
kem.go#L176: func (unsupportedCurveKEM) NewPrivateKey([]byte) (PrivateKey, error) {
kem.go#L179: func (unsupportedCurveKEM) DeriveKeyPair([]byte) (PrivateKey, error) {
kem.go#L182: func (unsupportedCurveKEM) encSize() int {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |